From: Keir Fraser Date: Wed, 16 Feb 2011 18:23:48 +0000 (+0000) Subject: Update Xen version to 4.1.0-rc6-pre X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10758 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=59148b51dfcf4cddddc2482e974fe21eb89e181a;p=xen.git Update Xen version to 4.1.0-rc6-pre --- diff --git a/xen/Makefile b/xen/Makefile index 41ff1921ac..74b08c983b 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 1 -export XEN_EXTRAVERSION ?= .0-rc5$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0-rc6-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version